Feature: Crear un nuevo post, agregarle url y publicarlo,validar la url, eliminar el post y validar nuevamente la url

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 8.692s

Scenario: Como autor creo un post con url, navego a la url, lo elimino y luego valido que no existe la pagina

Before 0m 2.208s
Given I go to page "<HOST>" "ghost/#/signin" 0m 7.233s
And I sign in with "<USERNAME>" and "<PASSWORD>" 0m 1.448s
When I click new post 0m 1.813s
And I set post attributes title "$number_1" and body "$string_1" 0m 0.903s
And I press settings button 0m 0.917s
And I set url field to "$name_2" 0m 0.735s
And I close settings menu 0m 0.945s
And I publish the post 0m 1.262s
And I go to page "<HOST>" "$$name_2" 0m 7.258s
Then I check page full title with "$$number_1" 0m 6.122s
And I go to page "<HOST>" "ghost/#/posts?type=published" 0m 7.284s
And I Click a post with title "$$number_1" 0m 3.302s
And I press settings button 0m 0.820s
And I click delete from settings 0m 5.786s
And I delete post 0m 5.972s
And I go to page "<HOST>" "ghost/#/posts?type=published" 0m 6.081s
Then I validate the post with "$number_1" not exists 0m 1.193s
And I go to page "<HOST>" "$$name_2" 0m 6.288s
Then I can not get page 0m 1.071s
After 0m 0.051s

Screenshots

Before
NO IMAGE AVAILABLE
Given I go to page "<HOST>" "ghost/#/signin"
And I sign in with "<USERNAME>" and "<PASSWORD>"
When I click new post
And I set post attributes title "$number_1" and body "$string_1"
And I press settings button
And I set url field to "$name_2"
And I close settings menu
And I publish the post
And I go to page "<HOST>" "$$name_2"
Then I check page full title with "$$number_1"
And I go to page "<HOST>" "ghost/#/posts?type=published"
And I Click a post with title "$$number_1"
And I press settings button
And I click delete from settings
And I delete post
And I go to page "<HOST>" "ghost/#/posts?type=published"
Then I validate the post with "$number_1" not exists
And I go to page "<HOST>" "$$name_2"
Then I can not get page
After
NO IMAGE AVAILABLE